home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DemonicDefence3.swf / scripts / frame_8 / PlaceObject2_899_109 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2005-09-27  |  239 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.castleLife <= 0)
  3.    {
  4.       this.removeMovieClip();
  5.    }
  6.    if(_root.slowTime > 0)
  7.    {
  8.       _root.slowTime -= 0.002;
  9.    }
  10.    if(_root.slowTime < 0)
  11.    {
  12.       _root.slowTime = 0;
  13.    }
  14. }
  15.